home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / The World of Computer Software.iso / stac0193.zip / TEC022.DOC < prev    next >
Text File  |  1992-11-03  |  6KB  |  114 lines

  1. ___________________________________________________________________________
  2. STAC FAX                                                           STAC FAX
  3.  
  4. Title: Using QEMM386 and Stacker  
  5.  
  6. STACKER NOTE TEC022                                    STAC FAX Index #2105 
  7. ___________________________________________________________________________    
  8.  
  9. Quarterdeck Technical Note #214
  10. By: Robert Ngan
  11.  
  12.  
  13. I. Hardware Considerations.
  14.  
  15.    The AT/16 coprocessor card and the MC/16 microchannel card tested were
  16.    found to work with QEMM 6 without the need to exclude any High RAM
  17.    addresses.
  18.  
  19.    The XT coprocessor card needs an exclude and this address is normally at
  20.    CC00-CFFF but is changeable during the Stacker install process. This is
  21.    an 8-bit card designed for use on XTs, although one can also use it on
  22.    AT machines.  QEMM will need an EXCLUDE for this RANGE.
  23.  
  24.    For example: if the card uses CC00-CFFF, then add X=CC00-CFFF to the
  25.    QEMM device line in the config.sys.
  26.  
  27.  
  28. II. Using Stacker 2.0 with EMS memory and QEMM's Stealth.
  29.  
  30.    a) When installing Stacker 2.0 on a machine with QEMM already
  31.       present.  The Stacker Install program will ask whether or not you
  32.       wish to use EMS.  Selecting yes would add the /EMS switch to the
  33.       Stacker device line.  If you want to use EMS with Stacker 2.0 and
  34.       QEMM's Stealth option, make sure to add DBF=2 to the QEMM device
  35.       line before installing Stacker 2.0.  Otherwise the machine will just
  36.       reboot and go into a loop saying that you need to add DBF=2. DBF is
  37.       needed because Stacker 2.0 is accessing the disk via the page frame,
  38.       and this is not allowed when using Stealth.
  39.  
  40.       The only way out of this loop is to REBOOT, then hold down the ALT
  41.       key after you hear a beep.  You will be prompted to press the
  42.       Escape key to unload qemm.  Press escape, then edit the config.sys
  43.       (on the uncompressed drive) and add DBF=2 to the QEMM386.sys device
  44.       line,
  45.  
  46.       Device=c:\qemm\qemm386.sys dbf=2
  47.  
  48.       IMPORTANT: This change should be done on the uncompressed drive.
  49.  
  50.    b) When installing QEMM 6 on a machine with Stacker 2 already
  51.       installed, if you plan to let Stacker 2.0 use EMS provided by QEMM
  52.       6, make sure to edit the config.sys and add the DBF=2 parameter to
  53.       the QEMM device line in the config.sys.  At the same time, you
  54.       could add /EMS to the Stacker device line to allow it to use EMS.
  55.  
  56. II. Running OPTIMIZE with Stacker 2.0.
  57.  
  58.    a) How can I make OPTIMIZE work with Stacker?
  59.  
  60.       Optimize fails because of the SSWAP.COM driver in the config.sys.
  61.       SSWAP's line in config.sys typically looks like:
  62.  
  63.                   DEVICE=C:\Stacker\SSWAP.COM C: D: /SYNC
  64.  
  65.       SSWAP.COM is the non-resident program that switches the drive
  66.       letters. In the example above, drive C: becomes drive D: and drive
  67.       D: becomes drive C:. Optimize reboots your machine a few times and
  68.       writes data to the disk during this process. SSWAP.COM will make
  69.       Optimize think it is writing to C when in fact it was writing to D.
  70.  
  71.       1. When running Optimize, this device line needs to be either
  72.          remarked or removed temporarily from the CONFIG.SYS.  Also,
  73.          your AUTOEXEC.BAT (and some lines in the config.sys that came
  74.          after SSWAP.COM) probably contains references to drive C:. All
  75.          these references (except for references to files that you know
  76.          exist on both the compressed and uncompressed drive) need to be
  77.          changed to drive D:. Conversely, all references to drive D:
  78.          should be changed to drive C:. This is necessary since Optimize
  79.          requires that the CONFIG.SYS and the AUTOEXEC.BAT reside on
  80.          drive C:.
  81.  
  82.       2. When installing Stacker 2.0 on a machine with QEMM already
  83.          installed, Stacker2 will automatically copy most of the files
  84.          Optimize needs to the \QEMM subdirectory of the boot
  85.          (uncompressed) drive. As of the date of this writing, the
  86.          Stacker2 install program did not copy TESTBIOS.COM (needed for
  87.          STEALTH testing) and WINSTLTH.VXD (needed for Windows enhanced
  88.          mode if using STEALTH).  This means that you have to copy the
  89.          TESTBIOS.COM and WINSTLTH.VXD from the compressed drive to the
  90.          uncompressed \QEMM subdirectory. Go to step 4...
  91.  
  92.       3. When installing QEMM on an existing Stacker drive, create a
  93.          QEMM sub-directory on the uncompressed drive. (That is C: since
  94.          we already REMOVED SSWAP.COM in step 1.) Some files need to be
  95.          in the QEMM sub-directory in order to run Optimize properly:
  96.          QEMM386.SYS, OPTIMIZE.COM, LOADHI.SYS, TESTBIOS.COM,
  97.          LOADHI.COM, BUFFERS.COM, RSTRCFG.SYS, MCA.ADL (if
  98.          you are running on a microchannel machine), WINHIRAM.VXD and
  99.          WINSTLTH.VXD (if using Windows 3 enhanced mode)
  100.  
  101.       4. Once you have done this, you should reboot before running
  102.          Optimize so that the drives are set up correctly.  Now you
  103.          should be able to run Optimize normally.  After Optimize has
  104.          run, you should edit your CONFIG.SYS and restore the SSWAP.COM
  105.          line.  Also, you should edit your AUTOEXEC.BAT to restore the
  106.          drive specifications to what they were before; e.g. change all
  107.          references to drive D: to drive C: and all references to drive
  108.          C: to drive D:.  Reboot again.  You are now getting the most
  109.          out of your conventional memory.
  110. ___________________________________________________________________________
  111. Copyright (C) 1991, by Quarterdeck Office Systems.  STAC FAX (619) 431-6712
  112.                         
  113.  
  114.